home *** CD-ROM | disk | FTP | other *** search
- Path: nntp.uib.no!usenet
- From: ip354@maur (Thomas M. Farrelly)
- Newsgroups: comp.lang.c++
- Subject: Help: Functions
- Date: 11 Apr 1996 13:06:18 +0200
- Organization: 10
- Sender: ip354@maur
- Message-ID: <tjxn34jow9h.fsf@maur>
- NNTP-Posting-Host: maur.ii.uib.no
- X-Newsreader: Gnus v5.1
-
-
- I want to call functions via their adress. For example storing a list
- of functions in an array, and call them by index.
-
- The list of functions will be created from all functions in a class.
- Can this be done regardless of which functions the class contains, and
- is there a posiblity of locating friend functions to that class?
-
-